------------------------------------------------------------------------------
  CCM file compressor 1.26b - Copyright (C) 2007 Christian Martelock
------------------------------------------------------------------------------
CCM is a general purpose, symmetric file2file compressor with good compression 
ratio.  It uses a fast and simple context mixing algorithm.  Additionally,  it 
uses some data filters.

This software is freeware. USE THIS SOFTWARE AT YOUR OWN RISK!

There are 2 versions:
    CCM  - normal compression
    CCMx - slightly higher compression

You can report bugs or send feedback to: christian.martelock(at)web.de
------------------------------------------------------------------------------
 Usage examples
------------------------------------------------------------------------------
Compression:
    ccm   1.dat 1.ccm               (default compression)
    ccm 0 1.dat 1.ccm               (select model size 0)
    ccm : :                         (use stdin as input and stdout as output)
    ...
Decompression:
    ccm d 1.ccm 1.dat
    ccm d : :                       (use stdin as input and stdout as output)
    ccm d 1.ccm :                   (decompress 1.ccm to stdout)
    ...
------------------------------------------------------------------------------
 What's new?
------------------------------------------------------------------------------
1.26
-changed 'interface'
-fixed speed display
-added linux32 support
-added support for big files
-added support for piping
------------------------------------------------------------------------------
 Thanks
------------------------------------------------------------------------------
I say  "thank you"  to all the people who helped me with their testing, ideas, 
comments and feedback during the development of CCM.  Especially the following 
people (in no particular order): Stephan Busch, Werner Bergmans, Matt Mahoney,
Encode, Nania Francesco Antonio, Johan De Bock, LovePimple, BlackFox, Hahobas, 
Squxe, Bulat Ziganshin, ... 

I hope I have not forgotten anyone. ;)